Make 'configure' work out-of-the-box on Solaris.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Dec 2013 22:31:02 +0000 (14:31 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Dec 2013 22:31:02 +0000 (14:31 -0800)
commit9ba28954417b6e17044e23c7b3ac1158f023bbbb
treeb57f67d946d40d34af9f6849ac6a4275366ab63e
parent1ba5bfbe859e7b8df9123790098b4eec74fd1409
Make 'configure' work out-of-the-box on Solaris.

* configure.ac: Work even if libgif etc. are missing.  Emacs works
without these libraries even if its default GUI is harmed, so they
are not strictly necessary.  Another possibility would be to
disable X11 if these libraries are missing.  The point is that a
plain 'configure' should not fail on platforms like Solaris 11
where one or more image libraries are not installed by default.
ChangeLog
configure.ac